partitioning column造句
例句與造句
- Mapping of input columns to partition columns
輸入列到分區(qū)列的映射。 - There are no restrictions on the updatability of the partitioning column
分區(qū)列的可更新性沒有限制。 - The partitioning column is a part of the primary key of the table
分區(qū)列是表的primary key的一部分。 - Note that the partitioning column may have different names in the underlying tables
稱為分區(qū)列。請注意,分區(qū)列在基礎(chǔ)表中可能有不同的名稱。 - Any computed column that is used as a partitioning column of a partitioned table must be explicitly marked persisted
用作已分區(qū)表的分區(qū)依據(jù)列的任何計算列必須顯式標記為persisted 。 - It's difficult to find partitioning column in a sentence. 用partitioning column造句挺難的
- To meet the conditions of the partitioned view , there should be only one partitioning constraint on the partitioning column
若要滿足分區(qū)視圖的條件,在分區(qū)列上應(yīng)只有一個分區(qū)約束。 - A way of partitioning a table or index by specifying partitions to hold rows that have ranges of values from one partitioning column
默認情況下, “全部”成員的名稱為all后加一個空格和維度名稱。 - The constraints should be in an enabled and trusted state for them to meet the previously mentioned conditions of the partitioning column
約束應(yīng)處于啟用和信任狀態(tài),以使它們滿足分區(qū)列的上述條件。 - Is not specified and the table is partitioned , the index is placed in the same partition scheme , using the same partitioning column , as the underlying table
且該表已分區(qū),則索引會與基礎(chǔ)表使用相同分區(qū)依據(jù)列并被放入同一分區(qū)方案中。 - The value being inserted into the partitioning column should satisfy at least one of the underlying constraints ; otherwise , the insert action will fail with a constraint violation
插入到分區(qū)列中的值應(yīng)至少滿足一個基礎(chǔ)約束;否則,插入操作將因違反約束而失敗。 - When partitioning a nonunique , nonclustered index , the database engine adds the partitioning column as a nonkey included column of the index , if it is not already specified
在對非唯一的非聚集索引分區(qū)時,如果未指定,則數(shù)據(jù)庫引擎會將分區(qū)依據(jù)列添加為索引的非鍵(包含性)列。 - When you partition a nonunique , clustered index , the database engine by default adds the partitioning column to the list of clustered index keys , if it is not already specified
在對非唯一的聚集索引分區(qū)時,如果未指定,則默認情況下數(shù)據(jù)庫引擎會將分區(qū)依據(jù)列添加到聚集索引鍵的列表中。 - When partitioning a nonunique , clustered index , the database engine by default adds any partitioning columns to the list of clustered index keys , if not already specified
在為非唯一的聚集索引分區(qū)時,如果未指定,則默認情況下,數(shù)據(jù)庫引擎會將所有分區(qū)依據(jù)列都添加到聚集索引鍵的列表中。 - This is because indexes , by default , are placed on the same filegroups as their underlying tables , and for a partitioned table in the same partition scheme that uses the same partitioning columns
這是因為在默認情況下,索引與其基礎(chǔ)表放在同一文件組中,并且對應(yīng)使用相同分區(qū)依據(jù)列的相同分區(qū)方案中的已分區(qū)表。 - The drop existing clause does not rebuild the nonclustered indexes when the index definition has the same index name , key and partition columns , uniqueness attribute , and sort order as the original index
如果索引定義與原始索引具有相同的索引名稱、鍵列和分區(qū)列、唯一性屬性以及排序順序,則drop _ existing子句不會重新生成非聚集索引。